home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ContactID": "Long Integer NOT NULL",
- "FirstName": "Text (32) NOT NULL",
- "LastName": "Text (32) NOT NULL",
- "Title": "Text (32)",
- "Company": "Text (32)",
- "Department": "Text (32)",
- "Address": "Text (64)",
- "City": "Text (32)",
- "State": "Text (5)",
- "Zip": "Text (20)",
- "Region": "Text (10)",
- "Country": "Text (32)",
- "PrimaryPhone": "Text (20)",
- "SecondaryPhone": "Text (20)",
- "Pager": "Text (20)",
- "FaxNumber": "Text (20)",
- "Email": "Text (128)",
- "Description": "Memo/Hyperlink (255)",
- "ContactType": "Text (32) NOT NULL",
- "ts": "Text (16) NOT NULL"
- },
- "data": []
- }